home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 1.toast / pc / sample code / graphics 3d / raveengineinfosample / source / raveinfomain.c < prev   
Encoding:
C/C++ Source or Header  |  2000-06-23  |  100 b   |  13 lines

  1. /*
  2.  * RAVEInfoMain.c
  3.  */
  4.  
  5. #include "RAVEInfo.h"
  6.  
  7. int main(void)
  8. {
  9.     RAVEGestaltInfo();
  10.  
  11.     return 0;
  12. }
  13.